func runtime.usleep
11 uses
runtime (current package)
proc.go#L949: usleep(1000)
proc.go#L964: usleep(1000)
proc.go#L967: usleep(1000)
proc.go#L969: usleep(1000)
proc.go#L5534: usleep(delay)
proc.go#L6399: usleep(3)
runtime.go#L35: usleep(100 * 1000)
signal_unix.go#L769: usleep(5 * 1000 * 1000)
signal_unix.go#L972: usleep(1000)
stubs2.go#L21: func usleep(usec uint32)
stubs2.go#L25: usleep(usec)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |